ucPatLookup.ascx.cs
Code Type: C# Codebehind Class for ASP .NET User Control
Uses Classes: CDataUtils, CStatus, CPatient, CMDWSOps


Lines of Code: 81

public partial class ucPatLookup : System.Web.UI.UserControl

	user control to lookup patients 

protected void Page_Load(object sender, EventArgs e)

	 page load 

[Ext.Net.DirectMethod( ShowMask = true, Msg="<span role='alert'>Please wait.</span>", Timeout = 90000)]
    public void LookupPatient()

	 user clicked the search button 

public void ShowLookupMesage()

	 show patient lookup message 

protected CStatus MDWSPatientXfer(long lMatchType, string strSearch)

	 transfer patients from MDWS to the central db 

	

